Spread for ASP.NET 12 Product Documentation
SortRows(Int32,Int32,SortInfo[]) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > SortRows Method : SortRows(Int32,Int32,SortInfo[]) Method
Starting row index (the start of the range of rows to sort)
Number of rows in the range to sort
Array of SortInfo objects that contain the column indexes and the order of sorting
Sorts a range of rows in the sheet according to the specified parameters.
Syntax
'Declaration
 
Public Overloads Function SortRows( _
   ByVal row As Integer, _
   ByVal rowCount As Integer, _
   ByVal sortInfo() As SortInfo _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim rowCount As Integer
Dim sortInfo() As SortInfo
Dim value As Boolean
 
value = instance.SortRows(row, rowCount, sortInfo)
public bool SortRows( 
   int row,
   int rowCount,
   SortInfo[] sortInfo
)

Parameters

row
Starting row index (the start of the range of rows to sort)
rowCount
Number of rows in the range to sort
sortInfo
Array of SortInfo objects that contain the column indexes and the order of sorting
See Also

Reference

SheetView Class
SheetView Members
Overload List